From: Ian Campbell Date: Tue, 5 Aug 2014 09:53:25 +0000 (+0100) Subject: xen: arm: Don't pass "multiboot, module" DTB nodes to dom0. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4466 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=46a36938a9a798a7a581b4d76ae09121e7be49ef;p=xen.git xen: arm: Don't pass "multiboot, module" DTB nodes to dom0. Support for loading these was added in a860dfeec090 "xen: arm: implement generic multiboot compatibility strings". Signed-off-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index 51d793af57..2d316dd1fb 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -1049,6 +1049,7 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo, { DT_MATCH_COMPATIBLE("xen,xen"), DT_MATCH_COMPATIBLE("xen,multiboot-module"), + DT_MATCH_COMPATIBLE("multiboot,module"), DT_MATCH_COMPATIBLE("arm,psci"), DT_MATCH_PATH("/cpus"), DT_MATCH_TYPE("memory"),